From: chris@kneesaa.uk.xensource.com Date: Fri, 4 Aug 2006 08:27:52 +0000 (+0100) Subject: [qemu] Always allow --disable-sdl since there's always vnc support. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15732^2~71 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=256050aba517bd5d4fed4671602f718ae24139d4;p=xen.git [qemu] Always allow --disable-sdl since there's always vnc support. Signed-off-by: Christian Limpach --- diff --git a/tools/ioemu/configure b/tools/ioemu/configure index 24b829826b..9b7c8050fa 100644 --- a/tools/ioemu/configure +++ b/tools/ioemu/configure @@ -226,8 +226,6 @@ for opt do ;; --enable-cocoa) cocoa="yes" ; coreaudio="yes" ; sdl="no" ;; - --disable-gfx-check) check_gfx="no" - ;; --disable-gcc-check) check_gcc="no" ;; --disable-system) softmmu="no" @@ -736,14 +734,6 @@ if expr $target : '.*-user' > /dev/null ; then target_user_only="yes" fi -if test "$target_user_only" = "no" -a "$check_gfx" = "yes" \ - -a "$sdl" = "no" -a "$cocoa" = "no" ; then - echo "ERROR: QEMU requires SDL or Cocoa for graphical output" - echo "To build QEMU without graphical output configure with --disable-gfx-check" - echo "Note that this will disable all output from the virtual graphics card." - exit 1; -fi - #echo "Creating $config_mak, $config_h and $target_dir/Makefile" mkdir -p $target_dir